home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / linux / paths.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  247b  |  19 lines

  1. #ifndef _PATHS_H
  2. #define _PATHS_H
  3.  
  4. #include_next <paths.h>
  5.  
  6. #ifndef    _PATH_GETTY
  7. #define    _PATH_GETTY    "/bin/getty"
  8. #endif
  9.  
  10. #ifndef    _PATH_WTMP
  11. #define    _PATH_WTMP    "/etc/wtmp"
  12. #endif
  13.  
  14. #ifndef    _PATH_LOGIN
  15. #define    _PATH_LOGIN    "/bin/login"
  16. #endif
  17.  
  18. #endif
  19.